home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Unix
/
CNews
/
Source
/
relay
/
batchnames.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-12-29
|
254 b
|
11 lines
/*
* batch file names
*/
#ifndef BTCHDIR
#define BTCHDIR "out.going/" /* prefix of relative batch file name */
#endif
#define BTCHPFX BTCHDIR /* prefix of default batch file name */
#ifndef BTCHSFX
#define BTCHSFX "/togo" /* suffix of same */
#endif